﻿2026-07-11T00:03:39.8318224Z ##[group]Run set -euo pipefail
2026-07-11T00:03:39.8318568Z [36;1mset -euo pipefail[0m
2026-07-11T00:03:39.8318824Z [36;1mPIN=0c95435[0m
2026-07-11T00:03:39.8319181Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-11T00:03:39.8319450Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-11T00:03:39.8319827Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-11T00:03:39.8320266Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-11T00:03:39.8320733Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-11T00:03:39.8321101Z [36;1m  rm -rf "$CACHE"[0m
2026-07-11T00:03:39.8321362Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-11T00:03:39.8321663Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-11T00:03:39.8322010Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-11T00:03:39.8322575Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-11T00:03:39.8322862Z [36;1mfi[0m
2026-07-11T00:03:39.8323162Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-11T00:03:39.8336151Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-11T00:03:39.8336480Z env:
2026-07-11T00:03:39.8336708Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-11T00:03:39.8336966Z ##[endgroup]
2026-07-11T00:03:40.1366413Z    Compiling proc-macro2 v1.0.106
2026-07-11T00:03:40.1367090Z    Compiling unicode-ident v1.0.24
2026-07-11T00:03:40.1367428Z    Compiling quote v1.0.45
2026-07-11T00:03:40.1367868Z    Compiling libc v0.2.186
2026-07-11T00:03:40.1368434Z    Compiling serde_core v1.0.228
2026-07-11T00:03:40.1368776Z    Compiling cfg-if v1.0.4
2026-07-11T00:03:40.1369202Z    Compiling serde v1.0.228
2026-07-11T00:03:40.1406368Z    Compiling log v0.4.32
2026-07-11T00:03:40.1490883Z    Compiling pin-project-lite v0.2.17
2026-07-11T00:03:40.1491779Z    Compiling portable-atomic v1.13.1
2026-07-11T00:03:40.1562580Z    Compiling typenum v1.20.1
2026-07-11T00:03:40.1563648Z    Compiling memchr v2.8.1
2026-07-11T00:03:40.1564480Z    Compiling version_check v0.9.5
2026-07-11T00:03:40.1565251Z    Compiling find-msvc-tools v0.1.9
2026-07-11T00:03:40.1677935Z    Compiling shlex v2.0.1
2026-07-11T00:03:40.1961875Z    Compiling critical-section v1.2.0
2026-07-11T00:03:40.2212430Z    Compiling bytes v1.11.1
2026-07-11T00:03:40.2382289Z    Compiling subtle v2.6.1
2026-07-11T00:03:40.3271879Z    Compiling futures-core v0.3.32
2026-07-11T00:03:40.3787271Z    Compiling equivalent v1.0.2
2026-07-11T00:03:40.3892431Z    Compiling smallvec v1.15.1
2026-07-11T00:03:40.4045777Z    Compiling itoa v1.0.18
2026-07-11T00:03:40.4151888Z    Compiling semver v1.0.28
2026-07-11T00:03:40.4292852Z    Compiling stable_deref_trait v1.2.1
2026-07-11T00:03:40.4373023Z    Compiling slab v0.4.12
2026-07-11T00:03:40.4901092Z    Compiling futures-io v0.3.32
2026-07-11T00:03:40.4971255Z    Compiling futures-sink v0.3.32
2026-07-11T00:03:40.5067130Z    Compiling futures-task v0.3.32
2026-07-11T00:03:40.5657092Z    Compiling generic-array v0.14.7
2026-07-11T00:03:40.5784514Z    Compiling futures-channel v0.3.32
2026-07-11T00:03:40.6372150Z    Compiling rand_core v0.10.1
2026-07-11T00:03:40.6427709Z    Compiling rustversion v1.0.22
2026-07-11T00:03:40.6670331Z    Compiling bitflags v2.12.1
2026-07-11T00:03:40.6781351Z    Compiling hashbrown v0.17.1
2026-07-11T00:03:40.6849357Z    Compiling cpufeatures v0.2.17
2026-07-11T00:03:40.6911146Z    Compiling getrandom v0.4.2
2026-07-11T00:03:40.7337728Z    Compiling rustc_version v0.4.1
2026-07-11T00:03:40.7386136Z    Compiling fnv v1.0.7
2026-07-11T00:03:40.8095307Z    Compiling strsim v0.11.1
2026-07-11T00:03:40.8234346Z    Compiling cfg_aliases v0.2.1
2026-07-11T00:03:40.8340931Z    Compiling litemap v0.8.2
2026-07-11T00:03:40.8757012Z    Compiling writeable v0.6.3
2026-07-11T00:03:40.9151224Z    Compiling fs_extra v1.3.0
2026-07-11T00:03:40.9471505Z    Compiling icu_properties_data v2.2.0
2026-07-11T00:03:40.9645224Z    Compiling dunce v1.0.5
2026-07-11T00:03:41.0217826Z    Compiling ident_case v1.0.1
2026-07-11T00:03:41.0352894Z    Compiling utf8_iter v1.0.4
2026-07-11T00:03:41.0501028Z    Compiling icu_normalizer_data v2.2.0
2026-07-11T00:03:41.1110720Z    Compiling autocfg v1.5.1
2026-07-11T00:03:41.1460187Z    Compiling percent-encoding v2.3.2
2026-07-11T00:03:41.1851746Z    Compiling http v1.4.1
2026-07-11T00:03:41.2579523Z    Compiling aws-lc-rs v1.17.0
2026-07-11T00:03:41.3000879Z    Compiling unicode-segmentation v1.13.3
2026-07-11T00:03:41.3260908Z    Compiling thiserror v2.0.18
2026-07-11T00:03:41.3331368Z    Compiling cpufeatures v0.3.0
2026-07-11T00:03:41.3401180Z    Compiling scopeguard v1.2.0
2026-07-11T00:03:41.3831380Z    Compiling chacha20 v0.10.0
2026-07-11T00:03:41.4090480Z    Compiling indexmap v2.14.0
2026-07-11T00:03:41.4531177Z    Compiling lock_api v0.4.14
2026-07-11T00:03:41.4620634Z    Compiling form_urlencoded v1.2.2
2026-07-11T00:03:41.5320620Z    Compiling syn v2.0.117
2026-07-11T00:03:41.5971554Z    Compiling untrusted v0.9.0
2026-07-11T00:03:41.6150938Z    Compiling heck v0.5.0
2026-07-11T00:03:41.6371111Z    Compiling rustls v0.23.40
2026-07-11T00:03:41.6561299Z    Compiling atomic-waker v1.1.2
2026-07-11T00:03:41.6661166Z    Compiling const-oid v0.10.2
2026-07-11T00:03:41.7060841Z    Compiling unicode-xid v0.2.6
2026-07-11T00:03:41.7370952Z    Compiling anyhow v1.0.102
2026-07-11T00:03:41.7440706Z    Compiling parking_lot_core v0.9.12
2026-07-11T00:03:41.7441614Z    Compiling paste v1.0.15
2026-07-11T00:03:41.7691000Z    Compiling zerocopy v0.8.50
2026-07-11T00:03:41.7746576Z    Compiling convert_case v0.10.0
2026-07-11T00:03:41.8200543Z    Compiling httparse v1.10.1
2026-07-11T00:03:41.8571510Z    Compiling num-traits v0.2.19
2026-07-11T00:03:41.8960701Z    Compiling hybrid-array v0.4.12
2026-07-11T00:03:41.9120651Z    Compiling curve25519-dalek v4.1.3
2026-07-11T00:03:41.9460780Z    Compiling jobserver v0.1.34
2026-07-11T00:03:42.0118529Z    Compiling ahash v0.8.12
2026-07-11T00:03:42.0215353Z    Compiling fastrand v2.4.1
2026-07-11T00:03:42.0281819Z    Compiling either v1.16.0
2026-07-11T00:03:42.1102774Z    Compiling base64ct v1.8.3
2026-07-11T00:03:42.1581138Z    Compiling powerfmt v0.2.0
2026-07-11T00:03:42.2020454Z    Compiling cc v1.2.63
2026-07-11T00:03:42.2586333Z    Compiling crypto-common v0.1.7
2026-07-11T00:03:42.2731700Z    Compiling block-buffer v0.10.4
2026-07-11T00:03:42.2911059Z    Compiling http-body v1.0.1
2026-07-11T00:03:42.3522159Z    Compiling deranged v0.5.8
2026-07-11T00:03:42.3890721Z    Compiling pem-rfc7468 v1.0.0
2026-07-11T00:03:42.4052591Z    Compiling digest v0.10.7
2026-07-11T00:03:42.4431098Z    Compiling time-core v0.1.8
2026-07-11T00:03:42.4531113Z    Compiling tower-service v0.3.3
2026-07-11T00:03:42.5200767Z    Compiling zmij v1.0.21
2026-07-11T00:03:42.5500346Z    Compiling base64 v0.22.1
2026-07-11T00:03:42.5818157Z    Compiling pkg-config v0.3.33
2026-07-11T00:03:42.5959241Z    Compiling tinyvec_macros v0.1.1
2026-07-11T00:03:42.6029350Z    Compiling try-lock v0.2.5
2026-07-11T00:03:42.6470653Z    Compiling data-encoding v2.11.0
2026-07-11T00:03:42.6619720Z    Compiling vcpkg v0.2.15
2026-07-11T00:03:42.6716564Z    Compiling num-conv v0.2.2
2026-07-11T00:03:42.6781117Z    Compiling want v0.3.1
2026-07-11T00:03:42.7772911Z    Compiling mio v1.2.1
2026-07-11T00:03:42.8332017Z    Compiling socket2 v0.6.4
2026-07-11T00:03:42.8442043Z    Compiling getrandom v0.2.17
2026-07-11T00:03:42.9456354Z    Compiling sha2 v0.10.9
2026-07-11T00:03:42.9837247Z    Compiling rand_core v0.6.4
2026-07-11T00:03:43.0389105Z    Compiling rand v0.10.1
2026-07-11T00:03:43.0392116Z    Compiling uuid v1.23.2
2026-07-11T00:03:43.0987244Z    Compiling parking_lot v0.12.5
2026-07-11T00:03:43.1560517Z    Compiling tinyvec v1.11.0
2026-07-11T00:03:43.1792593Z    Compiling crypto-common v0.2.2
2026-07-11T00:03:43.3200344Z    Compiling block-buffer v0.12.0
2026-07-11T00:03:43.4910851Z    Compiling cmake v0.1.58
2026-07-11T00:03:43.5040826Z    Compiling inout v0.1.4
2026-07-11T00:03:43.5080571Z    Compiling vergen-lib v9.1.0
2026-07-11T00:03:43.5750870Z    Compiling n0-future v0.3.2
2026-07-11T00:03:43.6094718Z    Compiling crossbeam-utils v0.8.21
2026-07-11T00:03:43.6341260Z    Compiling winnow v1.0.3
2026-07-11T00:03:43.6449935Z    Compiling cordyceps v0.3.4
2026-07-11T00:03:43.6530884Z    Compiling httpdate v1.0.3
2026-07-11T00:03:43.6650730Z    Compiling signature v2.2.0
2026-07-11T00:03:43.7953504Z    Compiling parking v2.2.1
2026-07-11T00:03:43.8033051Z    Compiling serde_json v1.0.150
2026-07-11T00:03:43.8264091Z    Compiling diatomic-waker v0.2.3
2026-07-11T00:03:43.8496176Z    Compiling spin v0.10.0
2026-07-11T00:03:43.8911204Z    Compiling futures-lite v2.6.1
2026-07-11T00:03:43.9060970Z    Compiling ed25519 v2.2.3
2026-07-11T00:03:43.9436289Z    Compiling cipher v0.4.4
2026-07-11T00:03:43.9500064Z    Compiling futures-buffered v0.2.13
2026-07-11T00:03:43.9605008Z    Compiling netlink-packet-core v0.8.1
2026-07-11T00:03:43.9796449Z    Compiling universal-hash v0.5.1
2026-07-11T00:03:43.9874606Z    Compiling vergen v9.1.0
2026-07-11T00:03:43.9937785Z    Compiling vergen-lib v0.1.6
2026-07-11T00:03:44.0377885Z    Compiling heapless v0.7.17
2026-07-11T00:03:44.0900325Z    Compiling digest v0.11.3
2026-07-11T00:03:44.1040652Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-11T00:03:44.1390352Z    Compiling noq-udp v0.10.0
2026-07-11T00:03:44.1530619Z    Compiling sync_wrapper v1.0.2
2026-07-11T00:03:44.1704485Z    Compiling allocator-api2 v0.2.21
2026-07-11T00:03:44.2300617Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-11T00:03:44.2490685Z    Compiling opaque-debug v0.3.1
2026-07-11T00:03:44.2990894Z    Compiling byteorder v1.5.0
2026-07-11T00:03:44.3095580Z    Compiling polyval v0.6.2
2026-07-11T00:03:44.3990457Z    Compiling spin v0.9.8
2026-07-11T00:03:44.4038175Z    Compiling aws-lc-sys v0.41.0
2026-07-11T00:03:44.4129681Z    Compiling ring v0.17.14
2026-07-11T00:03:44.4780924Z    Compiling libsqlite3-sys v0.30.1
2026-07-11T00:03:44.5167795Z    Compiling hash32 v0.2.1
2026-07-11T00:03:44.5360529Z    Compiling vergen-gitcl v1.0.8
2026-07-11T00:03:44.5960085Z    Compiling tower-layer v0.3.3
2026-07-11T00:03:44.6001491Z    Compiling fallible-iterator v0.3.0
2026-07-11T00:03:44.6214268Z    Compiling ryu v1.0.23
2026-07-11T00:03:44.6332228Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-11T00:03:44.6840373Z    Compiling num_threads v0.1.7
2026-07-11T00:03:44.6920708Z    Compiling signature v3.0.0
2026-07-11T00:03:44.7730648Z    Compiling time v0.3.47
2026-07-11T00:03:44.8081570Z    Compiling ghash v0.5.1
2026-07-11T00:03:44.8146081Z    Compiling sha2 v0.11.0-rc.5
2026-07-11T00:03:44.8263381Z    Compiling ctr v0.9.2
2026-07-11T00:03:44.8270111Z    Compiling aes v0.8.4
2026-07-11T00:03:44.9362008Z    Compiling fs2 v0.4.3
2026-07-11T00:03:44.9830492Z    Compiling http-body-util v0.1.3
2026-07-11T00:03:44.9977342Z    Compiling aead v0.5.2
2026-07-11T00:03:45.0513063Z    Compiling openssl-probe v0.2.1
2026-07-11T00:03:45.0913170Z    Compiling arrayvec v0.7.6
2026-07-11T00:03:45.1210613Z    Compiling utf8parse v0.2.2
2026-07-11T00:03:45.1942061Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-11T00:03:45.2021515Z    Compiling crossbeam-channel v0.5.15
2026-07-11T00:03:45.2436210Z    Compiling crossbeam-epoch v0.9.18
2026-07-11T00:03:45.2531070Z    Compiling blake3 v1.8.5
2026-07-11T00:03:45.2866189Z    Compiling netlink-packet-route v0.29.0
2026-07-11T00:03:45.3160527Z    Compiling memoffset v0.6.5
2026-07-11T00:03:45.3753865Z    Compiling acto v0.8.2
2026-07-11T00:03:45.4880899Z    Compiling netwatch v0.16.0
2026-07-11T00:03:45.5478010Z    Compiling aes-gcm v0.10.3
2026-07-11T00:03:45.5553378Z    Compiling noq v0.18.0
2026-07-11T00:03:45.6465544Z    Compiling lru-slab v0.1.2
2026-07-11T00:03:45.7152019Z    Compiling foldhash v0.2.0
2026-07-11T00:03:45.7271071Z    Compiling ref-cast v1.0.25
2026-07-11T00:03:45.7340627Z    Compiling sorted-index-buffer v0.2.1
2026-07-11T00:03:45.7711218Z    Compiling rustix v1.1.4
2026-07-11T00:03:45.7875926Z    Compiling identity-hash v0.1.0
2026-07-11T00:03:45.8692037Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-11T00:03:45.8721576Z    Compiling xml-rs v0.8.28
2026-07-11T00:03:45.8880397Z    Compiling mac-addr v0.3.0
2026-07-11T00:03:45.9005142Z    Compiling rustc-hash v2.1.2
2026-07-11T00:03:45.9695027Z    Compiling tagptr v0.2.0
2026-07-11T00:03:45.9966509Z    Compiling thiserror v1.0.69
2026-07-11T00:03:46.0760763Z    Compiling hashbrown v0.16.1
2026-07-11T00:03:46.2148588Z    Compiling netlink-packet-route v0.30.0
2026-07-11T00:03:46.2553818Z    Compiling errno v0.3.14
2026-07-11T00:03:46.2995575Z    Compiling ioctl-rs v0.1.6
2026-07-11T00:03:46.3695204Z    Compiling serial-core v0.4.0
2026-07-11T00:03:46.3780652Z    Compiling termios v0.2.2
2026-07-11T00:03:46.3876579Z    Compiling simple-dns v0.9.3
2026-07-11T00:03:46.5020119Z    Compiling synstructure v0.13.2
2026-07-11T00:03:46.5351129Z    Compiling darling_core v0.20.11
2026-07-11T00:03:46.6500655Z    Compiling proc-macro-crate v3.5.0
2026-07-11T00:03:46.8642360Z    Compiling xmltree v0.10.3
2026-07-11T00:03:46.9859232Z    Compiling serde_derive_internals v0.29.1
2026-07-11T00:03:47.0991950Z    Compiling aho-corasick v1.1.4
2026-07-11T00:03:47.1071835Z    Compiling resolv-conf v0.7.6
2026-07-11T00:03:47.1496449Z    Compiling linux-raw-sys v0.12.1
2026-07-11T00:03:47.2039928Z    Compiling toml_write v0.1.2
2026-07-11T00:03:47.2043658Z    Compiling simdutf8 v0.1.5
2026-07-11T00:03:47.2248044Z    Compiling regex-syntax v0.8.10
2026-07-11T00:03:47.4018393Z    Compiling signal-hook v0.3.18
2026-07-11T00:03:47.4644422Z    Compiling sha1_smol v1.0.1
2026-07-11T00:03:47.5093150Z    Compiling constant_time_eq v0.4.2
2026-07-11T00:03:47.5343598Z    Compiling winnow v0.7.15
2026-07-11T00:03:47.5891349Z    Compiling arrayref v0.3.9
2026-07-11T00:03:47.6374451Z    Compiling smol_str v0.1.24
2026-07-11T00:03:47.7149963Z    Compiling lru v0.16.4
2026-07-11T00:03:47.8127869Z    Compiling serial-unix v0.4.0
2026-07-11T00:03:47.8786860Z    Compiling darling_core v0.23.0
2026-07-11T00:03:47.9908557Z    Compiling signal-hook-registry v1.4.8
2026-07-11T00:03:48.2000900Z    Compiling serde_bytes v0.11.19
2026-07-11T00:03:48.3071132Z    Compiling serde_derive v1.0.228
2026-07-11T00:03:48.3565665Z    Compiling zeroize_derive v1.4.3
2026-07-11T00:03:48.3801434Z    Compiling tokio-macros v2.7.0
2026-07-11T00:03:48.4538785Z    Compiling futures-macro v0.3.32
2026-07-11T00:03:48.9008214Z    Compiling zeroize v1.8.2
2026-07-11T00:03:49.0176279Z    Compiling zerofrom-derive v0.1.7
2026-07-11T00:03:49.0652439Z    Compiling tokio v1.52.3
2026-07-11T00:03:49.0653470Z    Compiling yoke-derive v0.8.2
2026-07-11T00:03:49.0776776Z    Compiling zerovec-derive v0.11.3
2026-07-11T00:03:49.3707173Z    Compiling futures-util v0.3.32
2026-07-11T00:03:49.6399960Z    Compiling displaydoc v0.2.6
2026-07-11T00:03:50.0187887Z    Compiling tracing-attributes v0.1.31
2026-07-11T00:03:50.2530638Z    Compiling rustls-pki-types v1.14.1
2026-07-11T00:03:50.3451635Z    Compiling zerofrom v0.1.8
2026-07-11T00:03:50.4171260Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-11T00:03:50.4689402Z    Compiling yoke v0.8.3
2026-07-11T00:03:50.6054469Z    Compiling thiserror-impl v2.0.18
2026-07-11T00:03:50.6320772Z    Compiling zerovec v0.11.6
2026-07-11T00:03:50.7602828Z    Compiling zerotrie v0.2.4
2026-07-11T00:03:51.0041050Z    Compiling darling_macro v0.20.11
2026-07-11T00:03:51.0174781Z    Compiling derive_more-impl v2.1.1
2026-07-11T00:03:51.1370908Z    Compiling spez v0.1.2
2026-07-11T00:03:51.1720549Z    Compiling n0-error-macros v0.1.3
2026-07-11T00:03:51.3181313Z    Compiling darling v0.20.11
2026-07-11T00:03:51.3760318Z    Compiling tinystr v0.8.3
2026-07-11T00:03:51.3888251Z    Compiling potential_utf v0.1.5
2026-07-11T00:03:51.4080833Z    Compiling derive_builder_core v0.20.2
2026-07-11T00:03:51.5581240Z    Compiling icu_collections v2.2.0
2026-07-11T00:03:51.6218885Z    Compiling icu_locale_core v2.2.0
2026-07-11T00:03:51.6351787Z    Compiling der v0.8.0-rc.10
2026-07-11T00:03:52.2241442Z    Compiling pin-project-internal v1.1.13
2026-07-11T00:03:52.2813974Z    Compiling n0-error v0.1.3
2026-07-11T00:03:52.3271594Z    Compiling cobs v0.3.0
2026-07-11T00:03:52.5420603Z    Compiling postcard-derive v0.2.2
2026-07-11T00:03:52.6660900Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-11T00:03:52.7800242Z    Compiling icu_provider v2.2.0
2026-07-11T00:03:53.0490218Z    Compiling derive_builder_macro v0.20.2
2026-07-11T00:03:53.0780875Z    Compiling icu_properties v2.2.0
2026-07-11T00:03:53.1617952Z    Compiling icu_normalizer v2.2.0
2026-07-11T00:03:53.1701132Z    Compiling spki v0.8.0-rc.4
2026-07-11T00:03:53.3350768Z    Compiling ipnet v2.12.0
2026-07-11T00:03:53.3856152Z    Compiling derive_builder v0.20.2
2026-07-11T00:03:53.3923953Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-11T00:03:53.4263706Z    Compiling futures-executor v0.3.32
2026-07-11T00:03:53.5819151Z    Compiling ed25519-dalek v2.2.0
2026-07-11T00:03:53.5920633Z    Compiling pin-project v1.1.13
2026-07-11T00:03:53.6496386Z    Compiling futures v0.3.32
2026-07-11T00:03:53.7110480Z    Compiling prefix-trie v0.8.4
2026-07-11T00:03:53.7674638Z    Compiling ed25519 v3.0.0-rc.4
2026-07-11T00:03:53.8094115Z    Compiling spt-proto v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-07-11T00:03:54.0712211Z    Compiling once_cell v1.21.4
2026-07-11T00:03:54.1950892Z    Compiling data-encoding-macro v0.1.20
2026-07-11T00:03:54.2200670Z    Compiling rustls-native-certs v0.8.4
2026-07-11T00:03:54.2501090Z    Compiling iroh-metrics-derive v0.4.1
2026-07-11T00:03:54.2656030Z    Compiling tracing-core v0.1.36
2026-07-11T00:03:54.5033391Z    Compiling idna_adapter v1.2.2
2026-07-11T00:03:54.5130182Z    Compiling hashbrown v0.14.5
2026-07-11T00:03:54.5969907Z    Compiling idna v1.1.0
2026-07-11T00:03:54.6076590Z    Compiling enum-assoc v1.3.0
2026-07-11T00:03:54.6958140Z    Compiling tokio-util v0.7.18
2026-07-11T00:03:54.7851735Z    Compiling tracing v0.1.44
2026-07-11T00:03:54.8193298Z    Compiling netlink-sys v0.8.8
2026-07-11T00:03:54.9263607Z    Compiling postcard v1.1.3
2026-07-11T00:03:55.0571919Z    Compiling url v2.5.8
2026-07-11T00:03:55.1119169Z    Compiling tower v0.5.3
2026-07-11T00:03:55.1879119Z    Compiling num_enum_derive v0.7.6
2026-07-11T00:03:55.2569065Z    Compiling hashlink v0.9.1
2026-07-11T00:03:55.2900817Z    Compiling async-trait v0.1.89
2026-07-11T00:03:55.3180444Z    Compiling strum_macros v0.28.0
2026-07-11T00:03:55.3601476Z    Compiling iroh-metrics v0.38.3
2026-07-11T00:03:55.5519880Z    Compiling derive_more v2.1.1
2026-07-11T00:03:55.6255092Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-11T00:03:55.6440672Z    Compiling netdev v0.42.0
2026-07-11T00:03:55.7150510Z    Compiling h2 v0.4.14
2026-07-11T00:03:55.7970699Z    Compiling tokio-stream v0.1.18
2026-07-11T00:03:55.8788351Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-11T00:03:56.0332755Z    Compiling iroh-base v0.98.0
2026-07-11T00:03:56.0683518Z    Compiling tower-http v0.6.11
2026-07-11T00:03:56.2675761Z    Compiling rusqlite v0.32.1
2026-07-11T00:03:56.3348106Z    Compiling num_enum v0.7.6
2026-07-11T00:03:56.3757215Z    Compiling attohttpc v0.30.1
2026-07-11T00:03:56.4390814Z    Compiling n0-watcher v0.6.1
2026-07-11T00:03:56.4851321Z    Compiling netlink-proto v0.12.0
2026-07-11T00:03:56.4930299Z    Compiling iroh-relay v0.98.0
2026-07-11T00:03:56.4939505Z    Compiling moka v0.12.15
2026-07-11T00:03:56.5297662Z    Compiling serde_spanned v0.6.9
2026-07-11T00:03:56.5542018Z    Compiling toml_datetime v0.6.11
2026-07-11T00:03:56.6560513Z    Compiling ref-cast-impl v1.0.25
2026-07-11T00:03:56.6699574Z    Compiling thiserror-impl v1.0.69
2026-07-11T00:03:56.7860335Z    Compiling webpki-roots v1.0.7
2026-07-11T00:03:56.8090704Z    Compiling toml_edit v0.22.27
2026-07-11T00:03:56.8807567Z    Compiling regex-automata v0.4.14
2026-07-11T00:03:56.9151486Z    Compiling schemars_derive v1.2.1
2026-07-11T00:03:57.2630860Z    Compiling seize v0.5.1
2026-07-11T00:03:57.2863804Z    Compiling hmac v0.12.1
2026-07-11T00:03:57.3820775Z    Compiling iroh v0.98.2
2026-07-11T00:03:57.4050715Z    Compiling rustix v0.38.44
2026-07-11T00:03:57.5864348Z    Compiling spt-store v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-07-11T00:03:57.6305280Z    Compiling bitflags v1.3.2
2026-07-11T00:03:57.7004315Z    Compiling cmov v0.5.4
2026-07-11T00:03:57.7087970Z    Compiling pin-utils v0.1.0
2026-07-11T00:03:57.7617425Z    Compiling dyn-clone v1.0.20
2026-07-11T00:03:57.7757441Z    Compiling nix v0.25.1
2026-07-11T00:03:57.9225089Z    Compiling ctutils v0.4.2
2026-07-11T00:03:57.9485073Z    Compiling papaya v0.2.4
2026-07-11T00:03:58.1371106Z    Compiling strum v0.28.0
2026-07-11T00:03:58.1754925Z    Compiling hkdf v0.12.4
2026-07-11T00:03:58.2130752Z    Compiling backon v1.6.0
2026-07-11T00:03:58.2409253Z    Compiling iroh-dns v0.98.0
2026-07-11T00:03:58.2579378Z    Compiling darling_macro v0.23.0
2026-07-11T00:03:58.3159619Z    Compiling filedescriptor v0.8.3
2026-07-11T00:03:58.4502100Z    Compiling serial v0.4.0
2026-07-11T00:03:58.5439555Z    Compiling anstyle-parse v1.0.0
2026-07-11T00:03:58.5610679Z    Compiling vte_generate_state_changes v0.1.2
2026-07-11T00:03:58.5806071Z    Compiling downcast-rs v1.2.1
2026-07-11T00:03:58.5873991Z    Compiling anstyle-query v1.1.5
2026-07-11T00:03:58.5955033Z    Compiling foldhash v0.1.5
2026-07-11T00:03:58.6420699Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-11T00:03:58.6604595Z    Compiling instability v0.3.12
2026-07-11T00:03:58.7075590Z    Compiling colorchoice v1.0.5
2026-07-11T00:03:58.7569354Z    Compiling anstyle v1.0.14
2026-07-11T00:03:58.7871338Z    Compiling shell-words v1.1.1
2026-07-11T00:03:58.8030089Z    Compiling is_terminal_polyfill v1.70.2
2026-07-11T00:03:58.8141958Z    Compiling linux-raw-sys v0.4.15
2026-07-11T00:03:58.8217421Z    Compiling schemars v1.2.1
2026-07-11T00:03:58.8434851Z    Compiling vte v0.13.1
2026-07-11T00:03:58.8581396Z    Compiling hashbrown v0.15.5
2026-07-11T00:03:58.8662741Z    Compiling darling v0.23.0
2026-07-11T00:03:58.9193230Z    Compiling signal-hook-mio v0.2.5
2026-07-11T00:03:58.9421042Z    Compiling spake2 v0.4.0
2026-07-11T00:03:59.0191624Z    Compiling anstream v1.0.0
2026-07-11T00:03:59.0263430Z    Compiling terminal_size v0.4.4
2026-07-11T00:03:59.1459573Z    Compiling strum_macros v0.26.4
2026-07-11T00:03:59.2944604Z    Compiling sha1 v0.10.6
2026-07-11T00:03:59.4164664Z    Compiling toml v0.8.23
2026-07-11T00:03:59.5370665Z    Compiling itertools v0.13.0
2026-07-11T00:03:59.6580062Z    Compiling castaway v0.2.4
2026-07-11T00:03:59.7390645Z    Compiling regex v1.12.3
2026-07-11T00:03:59.9101706Z    Compiling static_assertions v1.1.0
2026-07-11T00:03:59.9647571Z    Compiling indoc v2.0.7
2026-07-11T00:04:00.3519903Z    Compiling clap_lex v1.1.0
2026-07-11T00:04:00.3630740Z    Compiling unicode-width v0.1.14
2026-07-11T00:04:00.3984206Z    Compiling doctest-file v1.1.1
2026-07-11T00:04:00.6220158Z    Compiling clap_builder v4.6.0
2026-07-11T00:04:00.6450347Z    Compiling crossterm v0.28.1
2026-07-11T00:04:00.8431113Z    Compiling spt-msg v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-07-11T00:04:01.0559920Z    Compiling interprocess v2.4.2
2026-07-11T00:04:01.3419822Z    Compiling hyper v1.10.1
2026-07-11T00:04:01.4030172Z    Compiling spt-runtime v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-07-11T00:04:01.5910627Z    Compiling portable-pty v0.8.1
2026-07-11T00:04:01.6000743Z    Compiling unicode-truncate v1.1.0
2026-07-11T00:04:01.6174929Z    Compiling strum v0.26.3
2026-07-11T00:04:01.6410687Z    Compiling compact_str v0.8.2
2026-07-11T00:04:01.7226050Z    Compiling lru v0.12.5
2026-07-11T00:04:01.7848100Z    Compiling clap_derive v4.6.1
2026-07-11T00:04:01.8966239Z    Compiling unicode-width v0.2.0
2026-07-11T00:04:01.9812175Z    Compiling cassowary v0.3.0
2026-07-11T00:04:02.1991086Z    Compiling spt-term v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-07-11T00:04:02.3410470Z    Compiling iana-time-zone v0.1.65
2026-07-11T00:04:02.4298412Z    Compiling ratatui v0.29.0
2026-07-11T00:04:02.5310900Z    Compiling chrono v0.4.45
2026-07-11T00:04:02.6462363Z    Compiling nucleo-matcher v0.3.1
2026-07-11T00:04:02.7330724Z    Compiling qrcode v0.14.1
2026-07-11T00:04:02.7415248Z    Compiling tempfile v3.27.0
2026-07-11T00:04:03.1420100Z    Compiling hyper-util v0.1.20
2026-07-11T00:04:03.9951204Z    Compiling clap v4.6.1
2026-07-11T00:04:04.6737928Z    Compiling spt-live v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-07-11T00:04:05.1271079Z    Compiling igd-next v0.17.1
2026-07-11T00:04:06.1832792Z    Compiling portmapper v0.16.0
2026-07-11T00:04:10.2522006Z    Compiling rustls-webpki v0.103.13
2026-07-11T00:04:12.4903944Z    Compiling tokio-rustls v0.26.4
2026-07-11T00:04:12.4904417Z    Compiling rustls-platform-verifier v0.7.0
2026-07-11T00:04:12.4904749Z    Compiling noq-proto v0.17.0
2026-07-11T00:04:12.6304283Z    Compiling hickory-net v0.26.0-beta.4
2026-07-11T00:04:12.6306073Z    Compiling hyper-rustls v0.27.9
2026-07-11T00:04:12.6308471Z    Compiling tokio-websockets v0.13.2
2026-07-11T00:04:12.7543615Z    Compiling reqwest v0.13.4
2026-07-11T00:04:13.6621063Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-11T00:04:26.7465296Z    Compiling spt-net v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-07-11T00:04:28.1191126Z    Compiling spt-daemon v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-07-11T00:04:35.7676032Z    Compiling spt v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-07-11T00:04:40.1309262Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 00s
2026-07-11T00:04:40.1521223Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-4a686f0b59383e2d)
2026-07-11T00:04:40.1534195Z 
2026-07-11T00:04:40.1534313Z running 1 test
2026-07-11T00:04:46.2388928Z test new_brain_serves_against_old_broker ... ok
2026-07-11T00:04:46.2389420Z 
2026-07-11T00:04:46.2389683Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.09s
2026-07-11T00:04:46.2389984Z 
